/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
html {
  height: 101%;
}
body {
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  background: #ffffff;
  font-family: 'Didact Gothic', sans-serif;
  font-size: 16px;
  color: #262626;
  text-align: left;
  line-height: 28px;
}
.cms-home .page-main {
  max-width: 100% !important;
  padding: 0 !important;
  margin-top: 0;
}
.page-main {
  max-width: 1300px !important;
  padding: 0 15px !important;
  margin: 20px auto;
  width: 100%;
}
.page-title-wrapper .page-title {
  width: 100%;
  text-transform: none;
  font-size: 25px;
  font-weight: bold;
  color: #e31e24;
  margin-top: 0;
}
h1 {
  text-transform: none;
  font-family: 'Didact Gothic', sans-serif;
  font-size: 2em;
  color: #e31e24;
  margin-top: 20px;
  letter-spacing: -0.25px;
}
h2 {
  text-transform: none;
  font-family: 'Didact Gothic', sans-serif;
  font-size: 1.2em;
  margin-top: 20px;
  letter-spacing: -0.25px;
}
h3 {
  text-transform: none;
  font-family: 'Didact Gothic', sans-serif;
  font-size: 1.4em;
  margin: 0 0 15px 0;
  letter-spacing: -0.25px;
}
h4 {
  text-transform: none;
  font-family: 'Didact Gothic', sans-serif;
  font-size: 1.2em;
  margin: 0 0 15px 0;
  letter-spacing: -0.25px;
}
a {
  color: #e31e24;
  text-decoration: none;
  font-weight: normal;
  font-size: 16px;
}
a:link {
  color: #e31e24;
  text-decoration: none;
  font-weight: normal;
}
a:visited {
  color: #e31e24;
  text-decoration: none;
}
a:focus {
  color: #e31e24;
  text-decoration: none;
  outline-color: #d8322b;
}
a:hover {
  color: rgba(227, 30, 36, 0.8);
  text-decoration: none;
}
a:active {
  color: #e31e24;
  text-decoration: none;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
p {
  font-size: 16px;
  color: #262626;
  font-weight: 300;
  font-style: normal;
}
p.red {
  color: #e31e24;
}
.main-container {
  max-width: 100%;
}
.page-main a[href^=tel] {
  color: #262626;
}
.hidden {
  display: none;
}
.container {
  width: 100%;
}
.display-message {
  margin-bottom: 10px;
}
.display-message p {
  color: #e31e24;
  font-weight: 900;
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent /*#f5f5f5*/;
  z-index: 300;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 30px;
  line-height: 1;
  opacity: .75;
  color: #afafaf;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 0;
}
[dir='rtl'] .slick-prev {
  right: 0;
  left: auto;
}
.slick-prev:before {
  content: '\f104';
  font-weight: 600;
}
[dir='rtl'] .slick-prev:before {
  content: '\f105';
  font-weight: 600;
}
.slick-next {
  right: 0;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: 0;
}
.slick-next:before {
  content: '\f105';
  font-weight: 600;
}
[dir='rtl'] .slick-next:before {
  content: '\f104';
  font-weight: 600;
}
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999999;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .block-content {
    page-break-before: avoid;
  }
  .block-content .leftAddress,
  .block-content .rightAddress {
    width: 50%;
    float: left;
  }
  .block-content .leftAddress .box-order-shipping-method,
  .block-content .rightAddress .box-order-shipping-method,
  .block-content .leftAddress .box-order-billing-method,
  .block-content .rightAddress .box-order-billing-method {
    width: 95% !important;
    line-height: normal !important;
    font-size: 12px !important;
  }
  .block-title,
  h2,
  h3 {
    page-break-after: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .footer.content {
    padding: 0;
  }
  .hidden-print {
    display: none !important;
  }
  .sales-order-print .page-title-wrapper .label {
    border: none !important;
  }
  .sales-order-print .column {
    display: flex;
    flex-direction: column;
  }
  .sales-order-print .column .order-details-items {
    order: 2;
  }
  .sales-order-print .column .order-details-items .table:not(.cart):not(.totals) tfoot > tr:first-child th {
    border-top: 1px solid #d1d1d1;
    padding-top: 5px;
  }
  .sales-order-print .column .order-details-items .table > tbody > tr > td,
  .sales-order-print .column .order-details-items .table > tbody > tr > th,
  .sales-order-print .column .order-details-items .table > tfoot > tr > td,
  .sales-order-print .column .order-details-items .table > tfoot > tr > th,
  .sales-order-print .column .order-details-items .table > thead > tr > td,
  .sales-order-print .column .order-details-items .table > thead > tr > th {
    padding: 5px;
  }
  .sales-order-print .column .order-details-items .price-including-tax,
  .sales-order-print .column .order-details-items .price-excluding-tax {
    font-size: inherit;
  }
  .sales-order-print .column .order-details-items .table tfoot {
    width: 100%;
    text-align: right !important;
  }
  .sales-order-print .column .block-order-details-view {
    order: 1;
  }
  .sales-order-print .column .block-order-details-view .block-title {
    display: none;
  }
  .sales-order-print .column .block-order-details-view .block-content {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    background: white;
  }
  .sales-order-print .column .block-order-details-view .block-content .box {
    width: 49%;
  }
}
